home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / pkgindex.tcl2.0160FC08_F3D9_4869_9D41_C611C16F42D5 < prev    next >
Encoding:
Text File  |  2005-06-08  |  341 b   |  8 lines

  1. if {![package vsatisfies [package provide Tcl] 8]} {return}
  2. if {[string compare $::tcl_platform(platform) windows]} {return}
  3. if {[info exists ::tcl_platform(debug)]} {
  4.     package ifneeded dde 1.2.3 [list load [file join $dir tcldde12g.dll] dde]
  5. } else {
  6.     package ifneeded dde 1.2.3 [list load [file join $dir tcldde12.dll] dde]
  7. }
  8.